CarLanesImageRenderer

class CarLanesImageRenderer(context: Context, @ColorInt() background: Int, options: CarLaneIconOptions)

This class generates a CarLanesImage needed for the lane guidance in android auto.

Constructors

CarLanesImageRenderer
Link copied to clipboard
fun CarLanesImageRenderer(context: Context, @ColorInt() background: Int = Color.TRANSPARENT, options: CarLaneIconOptions = CarLaneIconOptions.Builder().build(context))

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
renderLanesImage
Link copied to clipboard
fun renderLanesImage(lane: Lane?): CarLanesImage?
Create the images needed to show lane guidance.
toString
Link copied to clipboard
open fun toString(): String

Properties

background
Link copied to clipboard
val background: Int
options
Link copied to clipboard
val options: CarLaneIconOptions